﻿body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.footer_bg {
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 300px;
}

.bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bg img {
	width: 100%;
}

.login-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	/* top: 100px; */
	width: 450px;
	height: 550px;
	/*border-radius: 20px;*/
	background: #fff;
	box-shadow: 0 0 5px #777;
}

.left-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 500px;
	/*padding: 180px 80px;*/
}

.right-container {
	position: absolute;
	width: 450px;
	top: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	/*padding: 40px;*/
	/*background: #f7f7f7;*/
}

.right-container img {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.right-container .title {
	color: #407CD5;
	font-size: 25px;
}

.login {
	/*background: white;*/
	width: 100%;
	padding: 80px 40px;
	margin: 0 auto;
	box-sizing: border-box;
}

.login h1 {
	color: #249bef;
	margin-bottom: 70px;
	text-align: center;
}

.login input.verify {
	width: 100%;
	padding: 10px;
	margin-bottom: 45px;
	color: #777;
	border: 0;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	transition: all 0.5s ease-out;
	box-sizing: border-box;
	padding-left: 35px;
	background: none;
}

.f_inp {
	position: relative;
}

.iconer {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 8px;
	width: 20px;
	height: 20px;
}

.login input.verify:hover {
	border-bottom: 1px solid #407CD5;
}

.login .submit {
	width: 100%;
}

.left_img {
	vertical-align: middle;
	margin-top: 100px;
	margin-left: 20px;
}

.success {
	font-size: 25px;
}

.success h2 {
	font-size: 40px;
	margin-bottom: 20px;
}

.success p {
	font-size: 25px;
}

body .authent {
	display: none;
	background: #35394a;
	position: absolute;
	left: 0;
	right: 90px;
	margin: auto;
	width: 200px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding: 20px 0;
	top: 0;
	bottom: 0;
	height: 105px;
	opacity: 0;
}

body .authent p {
	text-align: center;
	color: white;
}

body .success {
	display: none;
}

body .testtwo {
	left: -200px !important;
}

body .test {
	box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
	pointer-events: none;
	top: -100px !important;
	transform: rotateX(70deg) scale(0.8) !important;
	opacity: .6 !important;
	filter: blur(1px);
}

body .login {
	opacity: 1;
	transition-property: transform, opacity, box-shadow, top, left;
	transition-duration: .5s;
	transform-origin: -250px 60%;
	transform: rotateX(0deg);
	position: relative;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

body .login .validation {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 6px;
	opacity: 0;
}

body .login .disclaimer {
	position: absolute;
	bottom: 20px;
	left: 35px;
	width: 250px;
}

body .login_title {
	color: #afb1be;
	height: 60px;
	text-align: left;
	font-size: 16px;
}

body .login_fields {
	height: 208px;
	position: absolute;
	left: 0;
}

body .login_fields .icon {
	position: absolute;
	z-index: 1;
	left: 36px;
	top: 8px;
	opacity: .5;
}

body .login_fields input[type='password'] {
	color: #DC6180 !important;
}

body .login_fields input[type='text'],
body .login_fields input[type='password'] {
	color: #afb1be;
	width: 190px;
	margin-top: -2px;
	background: #32364a;
	left: 0;
	padding: 10px 65px;
	border-top: 2px solid #393d52;
	border-bottom: 2px solid #393d52;
	border-right: none;
	border-left: none;
	outline: none;
	box-shadow: none;
}

body .login_fields__user,
body .login_fields__password {
	position: relative;
}


/* Color Schemes */

.love {
	position: absolute;
	right: 20px;
	bottom: 0px;
	font-size: 11px;
	font-weight: normal;
}

.love p {
	color: white;
	font-weight: normal;
}

.love a {
	color: white;
	font-weight: 700;
	text-decoration: none;
}

.love img {
	position: relative;
	top: 3px;
	margin: 0px 4px;
	width: 10px;
}

.brand {
	position: absolute;
	left: 20px;
	bottom: 14px;
}

.brand img {
	width: 30px;
}

.btner {
	width: 100%;
	border: none;
	border-radius: 25px;
	line-height: 45px;
	background-image: linear-gradient(to right, #2998e9, #044497);
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.btner:hover {
	background-image: linear-gradient(to right, #044497, #2998e9);
	transition: all 5s ease;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	color: #999;
	text-align: center;
	font-size: 14px;
}

@media (min-width: 1920px) {
	body {
		zoom: 1.2;
	}
}
/*流星*/
.liuxing{
  width: 85px;
	height: 85px;
	position: absolute;
	background: url(../images/line.png) no-repeat;
	background-size: contain;
}
.liuxing1 {
  top: 200px;
	left: 200px;
}

.liuxing2 {
  top: 200px;
	left: 50%;
	margin-left: 200px;
}

.liuxing3 {
  top: 100px;
	right: 300px;
}

.liuxing4 {
  top: 150px;
	right: 300px;
}

.liuxingFla {
	animation: liuxing 5s ease-in infinite;
}

.liuxingFla2 {
	animation: liuxing2 4s ease-in infinite;
}

.liuxingFla3 {
	animation: liuxing3 3s linear infinite;
}

.liuxingFla4 {
	animation: liuxing4 2s linear infinite;
}

/* 流星动画 */
@keyframes liuxing {
	0% {
		transform: translate(200px, -200px)
	}
	90% {
		transform: translate(-180px, 180px);
		opacity: 1;
	}
	100% {
		transform: translate(-200px, 200px);
		opacity: 0;
	}
}

@keyframes liuxing2 {
	0% {
		transform: translate(200px, -200px)
	}
	90% {
		transform: translate(-480px, 480px);
		opacity: 1;
	}
	100% {
		transform: translate(-500px, 500px);
		opacity: 0;
	}
}

@keyframes liuxing3 {
	0% {
		transform: translate(200px, -200px)
	}
	90% {
		transform: translate(-480px, 480px);
		opacity: 1;
	}
	100% {
		transform: translate(-500px, 500px);
		opacity: 0;
	}
}

@keyframes liuxing4 {
	0% {
		transform: translate(200px, -200px)
	}
	90% {
		transform: translate(-180px, 180px);
		opacity: 1;
	}
	100% {
		transform: translate(-200px, 200px);
		opacity: 0;
	}
}
.logo{
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 1;
}

.form-warning-text{
  color:#ff6321;
}
.form-succeed-text{
  color:#06499B;
}
.form-error-text{
  color:red;
}